home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
c
/
c2man-2.0pl33.lha
/
c2man-2.0
/
strappend.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-01-14
|
198 b
|
7 lines
/* $Id: strappend.h,v 2.0.1.1 1993/05/31 01:38:48 greyham Exp $
* concatenate a list of strings, storing them in a malloc'ed region
*/
#include "config.h"
char *strappend _V((char *first, ...));